tests: fixup interfaces account control - #17032
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17032 +/- ##
==========================================
+ Coverage 79.07% 79.13% +0.06%
==========================================
Files 1375 1364 -11
Lines 191265 191108 -157
Branches 2465 2465
==========================================
- Hits 151236 151235 -1
+ Misses 30925 30768 -157
- Partials 9104 9105 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thu May 7 14:53:42 UTC 2026 Failures:Skipped tests from snapd-testing-skipIf you wish to have any of the below tests run in your PR, in your PR description, add 'unskip:' followed by a copy-and-pasted list (without variants) of the below tests you wish to run (unskip plus test list must be valid yaml)
|
83d9233 to
df4f55e
Compare
df4f55e to
7213a9a
Compare
| can handle the user accounts properly. | ||
|
|
||
| systems: [ubuntu-core-16-64, ubuntu-core-18-64, ubuntu-core-20-64, ubuntu-core-22-64, ubuntu-core-24-64, ubuntu-core-26-64] | ||
| systems: [ubuntu-core-*] |
There was a problem hiding this comment.
so we expect this test to fail whenever a new UC system is added and then add the local snap files for that UC version?
There was a problem hiding this comment.
Yes, and I think that's probably best anyway. That way we know we need to update this test and it doesn't fall behind as it did.
Follow-up from #16983